LEADTOOLS (Leadtools assembly)

RemoveItem Method

Show in webframe







The 0-based index of the item to remove.
Removes the item at the specified index of the collection.
Syntax
protected override void RemoveItem( 
   int index
)
'Declaration
 
Protected Overrides Sub RemoveItem( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As LeadCollection(Of T)
Dim index As Integer
 
instance.RemoveItem(index)
protected override void RemoveItem( 
   int index
)

            

            
 function Leadtools.LeadCollection.RemoveItem( 
   index 
)
protected:
void RemoveItem( 
   int index
) override 

Parameters

index
The 0-based index of the item to remove.
Remarks

This method raises the CollectionChanged event with Remove action.

Requirements

Target Platforms

See Also

Reference

LeadCollection<T> Class
LeadCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.